decorative banner

Other Methods


    gc ()

    Initiate a garbage collection. Garbage collection is the process by which the JavaScript interpreter cleans up memory it is no longer using. This is done automatically, Occasionally when debugging a script, it may be useful to call this process.

Returns

    None.